|
''Higher-Order Perl: Transforming Programs with Programs'' (ISBN 1-55860-701-3), is a book about the Perl programming language written by Mark Jason Dominus with the goal to teach Perl programmers with a strong C and Unix background how to use techniques with roots in functional programming languages like Lisp that are available in Perl as well, but less known. The book is often referred to as HOP. The provisional title of HOP was ''Perl Advanced Techniques Handbook''. In June 2013, a Chinese-language edition was published by China Machine Press. The author has made the full text of HOP available in a derivative of Plain Old Documentation (POD) named (MOD ), and in (PDF ). == Contents == #Recursion and callbacks #Dispatch tables #Caching and memoization #Iterators #From recursion to iterators #Infinite streams #Higher-order functions and currying #Parsing #Declarative programming 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Higher-Order Perl」の詳細全文を読む スポンサード リンク
|